﻿/* ==========================================================================
   页面公共样式设置
 ============================================================================ */

/* 对页面需用到的所有样式的重置
 ============================================================================ */
body, 
div,
dl,
dt,
dd, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
ul, 
ol, 
li, 
span,
pre,
form, 
fieldset,
input, 
button, 
textarea, 
blockquote,
table, 
th, 
td {
    margin: 0;
    padding: 0;
}
body {
font-family: "微软雅黑";
font-size: 16px;
    color: #333;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-weight: normal;
    font-size: 100%;
}
strong, 
th, 
em {
    font-weight: normal;
    font-style: normal;
}
ol, 
ul, 
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: none;
}
input {
    border: none;
}
input, 
textarea, 
button, 
select {
    font-family: "Microsoft Yahei";
    outline: none;
}
input {
    border: none;
}
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    cursor: pointer;
}

/* 公用样式的设置
 ============================================================================ */
.clearfix:after {
    display:block;
    height:0;
    clear:both;
    content:"";
    visibility:hidden;
}
.clearfix {
    *zoom:1;
}
.lf {
    float: left;
}
.rt {
    float: right;
}

